BinaryFrame

open class BinaryFrame : Id3Frame

Constructors

BinaryFrame
Link copied to clipboard
open fun BinaryFrame(id: String, data: Array<Byte>)

Properties

data
Link copied to clipboard
val data: Array<Byte>

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int

Inherited functions

getType
Link copied to clipboard
open fun getType(): String